FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterBase<T> Class / Owner Property

In This Topic
    Owner Property (ColumnFilterBase<T>)
    In This Topic
    Gets the Filter that owns this column filter.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As T
    public T Owner {get;}
    See Also